home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / COMM / PCCP038.ARJ / MAKEFILE < prev    next >
Text File  |  1992-07-04  |  1KB  |  51 lines

  1. emu.obj: emu.h emu.c
  2.     qcl /c emu.c
  3.  
  4. port.obj: port.h port.c
  5.     qcl /c port.c
  6.  
  7. term.exe: term.c emu.h emu.obj port.h port.obj
  8.     qcl term.c emu.obj port.obj graphics.lib
  9.  
  10. masterm.exe: port.h masterm.c
  11.     qcl masterm.c
  12.  
  13. session.exe: session.c port.h port.obj
  14.     qcl session.c port.obj
  15.  
  16. messin.exe: messin.c port.h port.obj
  17.     qcl messin.c port.obj
  18.  
  19. messout.exe: messout.c port.h port.obj
  20.     qcl messout.c port.obj
  21.  
  22. comscrpt.exe: port.h port.obj comscrpt.c
  23.     qcl comscrpt.c port.obj
  24.  
  25. scrchk.exe: scrchk.c
  26.     qcl scrchk.c
  27.  
  28. ccodes.exe: ccodes.c
  29.     qcl ccodes.c graphics.lib
  30.  
  31. emued.exe: emu.h emu.obj emued.c
  32.     qcl emued.c emu.obj graphics.lib
  33.  
  34. xmodems.exe: port.h port.obj xmodems.c
  35.     qcl xmodems.c port.obj
  36.  
  37. xmodemr.exe: port.h port.obj xmodemr.c
  38.     qcl xmodemr.c port.obj
  39.  
  40. xmcrcs.exe: port.h port.obj xmcrcs.c
  41.     qcl xmcrcs.c port.obj
  42.  
  43. xmcrc1ks.exe: port.h port.obj xmcrc1ks.c
  44.     qcl xmcrc1ks.c port.obj
  45.  
  46. xmcrc1kr.exe: port.h port.obj xmcrc1kr.c
  47.     qcl xmcrc1kr.c port.obj
  48.  
  49. asciis.exe: port.h port.obj asciis.c
  50.     qcl asciis.c port.obj
  51.